home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / PicaJetInstall.exe / {app} / PicaJet.exe / 0 / RCDATA / TFFORMSYSTEM / TFFORMSYSTEM.txt
Encoding:
Text File  |  2005-11-17  |  5.1 KB  |  204 lines

  1. object FFormSystem: TFFormSystem
  2.   Left = 334
  3.   Top = 153
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'About system'
  7.   ClientHeight = 200
  8.   ClientWidth = 442
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 227
  11.   Constraints.MinWidth = 450
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   OnKeyDown = FormKeyDown
  22.   OnResize = FormResize
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object bClose: TbsSkinButton
  26.     Left = 355
  27.     Top = 43
  28.     Width = 75
  29.     Height = 25
  30.     TabOrder = 1
  31.     SkinData = SkinDataModule.SkinData
  32.     SkinDataName = 'buttonlight'
  33.     DefaultFont.Charset = DEFAULT_CHARSET
  34.     DefaultFont.Color = clWindowText
  35.     DefaultFont.Height = 13
  36.     DefaultFont.Name = 'Tahoma'
  37.     DefaultFont.Style = []
  38.     DefaultWidth = 0
  39.     DefaultHeight = 0
  40.     UseSkinFont = True
  41.     AllowAllUp = False
  42.     TabStop = True
  43.     CanFocused = True
  44.     Down = False
  45.     GroupIndex = 0
  46.     Caption = 'Close'
  47.     NumGlyphs = 2
  48.     Spacing = 1
  49.     Cancel = True
  50.     Default = True
  51.     ModalResult = 1
  52.     OnClick = bCloseClick
  53.   end
  54.   object Panel: TbsSkinPanel
  55.     Left = 11
  56.     Top = 11
  57.     Width = 332
  58.     Height = 178
  59.     TabOrder = 2
  60.     SkinData = SkinDataModule.SkinData
  61.     SkinDataName = 'panel'
  62.     DefaultFont.Charset = DEFAULT_CHARSET
  63.     DefaultFont.Color = clWindowText
  64.     DefaultFont.Height = 14
  65.     DefaultFont.Name = 'Arial'
  66.     DefaultFont.Style = []
  67.     DefaultWidth = 0
  68.     DefaultHeight = 0
  69.     UseSkinFont = True
  70.     AutoEnabledControls = True
  71.     CheckedMode = False
  72.     Checked = False
  73.     DefaultAlignment = taLeftJustify
  74.     DefaultCaptionHeight = 22
  75.     BorderStyle = bvLowered
  76.     CaptionMode = False
  77.     RollUpMode = False
  78.     RollUpState = False
  79.     NumGlyphs = 1
  80.     Spacing = 2
  81.     object List: TbsSkinMemo
  82.       Left = 1
  83.       Top = 1
  84.       Width = 310
  85.       Height = 176
  86.       Align = alClient
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clWindowText
  89.       Font.Height = 14
  90.       Font.Name = 'Arial'
  91.       Font.Style = []
  92.       ParentFont = False
  93.       ReadOnly = True
  94.       TabOrder = 0
  95.       DefaultFont.Charset = DEFAULT_CHARSET
  96.       DefaultFont.Color = clWindowText
  97.       DefaultFont.Height = 14
  98.       DefaultFont.Name = 'Arial'
  99.       DefaultFont.Style = []
  100.       UseSkinFont = True
  101.       BitMapBG = False
  102.       VScrollBar = bsSkinScrollBar1
  103.       SkinData = SkinDataModule.SkinData
  104.       SkinDataName = 'memo'
  105.     end
  106.     object bsSkinScrollBar1: TbsSkinScrollBar
  107.       Left = 311
  108.       Top = 1
  109.       Width = 20
  110.       Height = 176
  111.       TabOrder = 1
  112.       SkinData = SkinDataModule.SkinData
  113.       SkinDataName = 'vscrollbar'
  114.       DefaultFont.Charset = DEFAULT_CHARSET
  115.       DefaultFont.Color = clWindowText
  116.       DefaultFont.Height = 14
  117.       DefaultFont.Name = 'Arial'
  118.       DefaultFont.Style = []
  119.       DefaultWidth = 0
  120.       DefaultHeight = 0
  121.       UseSkinFont = True
  122.       Enabled = False
  123.       Both = False
  124.       BothMarkerWidth = 0
  125.       BothSkinDataName = 'bothhscrollbar'
  126.       CanFocused = False
  127.       Align = alRight
  128.       Kind = sbVertical
  129.       PageSize = 0
  130.       Min = 0
  131.       Max = 0
  132.       Position = 0
  133.       SmallChange = 1
  134.       LargeChange = 1
  135.       AutoLargeChange = False
  136.     end
  137.   end
  138.   object bSend: TbsSkinButton
  139.     Left = 355
  140.     Top = 11
  141.     Width = 75
  142.     Height = 25
  143.     TabOrder = 0
  144.     SkinData = SkinDataModule.SkinData
  145.     SkinDataName = 'buttonlight'
  146.     DefaultFont.Charset = DEFAULT_CHARSET
  147.     DefaultFont.Color = clWindowText
  148.     DefaultFont.Height = 13
  149.     DefaultFont.Name = 'Tahoma'
  150.     DefaultFont.Style = []
  151.     DefaultWidth = 0
  152.     DefaultHeight = 0
  153.     UseSkinFont = True
  154.     AllowAllUp = False
  155.     TabStop = True
  156.     CanFocused = True
  157.     Down = False
  158.     GroupIndex = 0
  159.     Caption = 'Send'
  160.     NumGlyphs = 2
  161.     Spacing = 1
  162.     OnClick = bSendClick
  163.   end
  164.   object SkinForm: TbsBusinessSkinForm
  165.     GradientStartColor = clBlack
  166.     GradientEndColor = clBlack
  167.     DrawBackground = True
  168.     ShowIcon = False
  169.     MaximizeOnFullScreen = False
  170.     AlphaBlend = False
  171.     AlphaBlendAnimation = False
  172.     AlphaBlendValue = 200
  173.     ShowObjectHint = False
  174.     MenusAlphaBlend = False
  175.     MenusAlphaBlendAnimation = False
  176.     MenusAlphaBlendValue = 200
  177.     DefCaptionFont.Charset = DEFAULT_CHARSET
  178.     DefCaptionFont.Color = clBtnText
  179.     DefCaptionFont.Height = 13
  180.     DefCaptionFont.Name = 'Tahoma'
  181.     DefCaptionFont.Style = [fsBold]
  182.     DefInActiveCaptionFont.Charset = DEFAULT_CHARSET
  183.     DefInActiveCaptionFont.Color = clBtnShadow
  184.     DefInActiveCaptionFont.Height = 13
  185.     DefInActiveCaptionFont.Name = 'Tahoma'
  186.     DefInActiveCaptionFont.Style = [fsBold]
  187.     DefMenuItemHeight = 20
  188.     DefMenuItemFont.Charset = DEFAULT_CHARSET
  189.     DefMenuItemFont.Color = clWindowText
  190.     DefMenuItemFont.Height = 13
  191.     DefMenuItemFont.Name = 'Tahoma'
  192.     DefMenuItemFont.Style = []
  193.     UseDefaultSysMenu = True
  194.     SkinData = SkinDataModule.SkinDataDlg
  195.     MinHeight = 227
  196.     MinWidth = 450
  197.     Magnetic = False
  198.     MagneticSize = 5
  199.     BorderIcons = [biSystemMenu, biMinimize, biMaximize, biRollUp]
  200.     Left = 384
  201.     Top = 104
  202.   end
  203. end
  204.